home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Media / SampApps / Tutorial / tutorial.exe / GuidedTour / Database / customers.mdb / Claims.json < prev    next >
JavaScript Object Notation  |  1996-11-29  |  468b

  1. {
  2.     "schema": {
  3.         "Customer_ ID": "Long Integer",
  4.         "ClaimNo": "Long Integer",
  5.         "ClaimValue": "Text (10)",
  6.         "ClaimAdjust": "Text (10)",
  7.         "ClaimDetailID": "Text (10)",
  8.         "ClaimAgent": "Text (10)"
  9.     },
  10.     "data": [
  11.         {
  12.             "Customer_ ID": 1001,
  13.             "ClaimNo": 123,
  14.             "ClaimValue": "456       ",
  15.             "ClaimAdjust": "0         ",
  16.             "ClaimDetailID": "1         ",
  17.             "ClaimAgent": "2         "
  18.         },
  19.         {
  20.             "Customer_ ID": 1004,
  21.             "ClaimNo": 124,
  22.             "ClaimValue": "1000      ",
  23.             "ClaimAdjust": "150       ",
  24.             "ClaimDetailID": "2         ",
  25.             "ClaimAgent": "1         "
  26.         }
  27.     ]
  28. }